'Declaration
Public Function New( _ ByVal execute As Action(Of Object) _ )
public C1DelegateCommand( Action<object> execute )
Parameters
- execute
- The execute delegate.
'Declaration
Public Function New( _ ByVal execute As Action(Of Object) _ )
public C1DelegateCommand( Action<object> execute )